Merged
Conversation
- Add 20+ new library patterns across 6 languages - Enhanced C/C++: MbedTLS, wolfSSL/wolfCrypt, Botan - Enhanced Java: JCA/JCE, Google Tink, Conscrypt - Enhanced Go: std crypto, Google Tink - Enhanced Rust: ring, openssl bindings - New Swift: CryptoKit, CommonCrypto, CryptoSwift, Swift-Sodium - New Kotlin: JCA/JCE, BouncyCastle, Korlibs Krypto - Enhanced PHP: Sodium, phpseclib, Halite Patterns focus on: - High precision (low false positives) - Specific import/include statements - Distinctive API function names - Industry-standard libraries - Modern cryptographic frameworks Total patterns: 30+ libraries across 10 languages
- Add [version] section to patterns.toml (required by schema) - Add PyCA cryptography, PyCryptodome, and PyNaCl patterns for Python - Ensure all integration tests pass with comprehensive pattern coverage - Maintain backward compatibility with existing fixtures
- Create detector-swift crate for Swift language support - Create detector-objc crate for Objective-C language support - Create detector-kotlin crate for Kotlin language support - Update main Cargo.toml workspace to include new detector crates - Update CLI Cargo.toml to depend on new detector crates - Update CLI main.rs to instantiate new detectors - All tests pass and scanner now supports 10 languages total Languages now supported: - C, C++, Java, Go, Rust, Python, PHP (existing) - Swift, Objective-C, Kotlin (new) This completes the detector infrastructure for all pattern languages.
- Update README to highlight 10 programming language support - Add comprehensive detector architecture section listing all detector crates - Fix Rust compiler warnings: - Prefix unused parameters with underscore in scan_optimized trait method - Remove unnecessary mut from findings_count variable - All tests pass with zero warnings - Documentation now accurately reflects the complete language ecosystem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.